hash table

哈希表:一种以向量形式实现的关联数组

常用释义

词性释义

哈希表:一种以向量形式实现的关联数组,其中索引是通过将哈希函数应用于键得到的结果。
例句
  • 全部
1·Retrieve Item Type Definition from Hash table.
从散列表中检索项目类型的定义。
2·Put item type definitions into the hash table.
将项目类型定义放入散列表中。
3·Instead it is based on a hash table like model.
它是建立在一种类似于散列表的模型上的。
4·Put attributes definitions into the hash table.
将属性定义放入散列表中。
5·Those inodes in use are also stored in the hash table.
正在使用的inode还储存在散列表中。
6·Put the item type relation definitions into the hash table.
将项目类型关系定义放入散列表中。
7·Internally, the class maintains a hash table of all pooled objects.
在内部,类负责维护所汇聚的全部对象的哈希表。
8·Symbols are effectively Pointers to strings stored in a hash table.
符号实际上是一种指针,指向储存在哈希表中的字符串。
9·Each transition is a method invocation followed by a hash table.
每个转换都是在散列表之后的一个方法调用。
10·Also generated as part of the perfecthash.hpp file is the hash table.
散列表作为perfecthash . hpp文件一部分生成。